-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New nav, 2025 #234
New nav, 2025 #234
Conversation
…hem to the mobile menu acocrdion sections and should be very close to done
@@ -0,0 +1,23 @@ | |||
<% arrow_icon = '<i class="fa-arrow-right fas" aria-hidden="true"></i>'.html_safe %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copilot is suggesting this.
<% arrow_icon = '<i class="fa-arrow-right fas" aria-hidden="true" aria-label="Arrow icon"></i>'.html_safe %>
do we use this aria labels anywhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the label, but it feels a bit pointless. Not sure where i got the aria-hidden from. We dont use these much.
I added "logo" to the alt attr of logos.
i went through this with copilot, it did not have any meaningful suggestions other than perhaps more accurate aria-labels. Logos for example can have |
…owns with the keyboard :( and improved the arrows on hover and focused states
No description provided.